* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box
}

a {
    outline: none;
}

a:visited {
    text-decoration: none;
    color: #4a4a4a;
}

a:link {
    color: #4a4a4a;
    text-decoration: none;
}

body,
html {
    width: 100%;
    /* height: 100%; */
}

.display {
    display: none;
}

.pages_1 {
    min-width: 1200px;
    width: 100%;
    height: 100%;
    background: rgb(252, 251, 243);
}

.header {
    width: 100%;
    height: 80px;
    background: #fff;
    border-top: 5px solid #d0021b;
    box-shadow: 0px 2px 16px 0px #9b9b9b
}

/* .headerPage {
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0px 2px 16px 0px #9b9b9b
} */

.header .text {
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #9b9b9b;
    letter-spacing: -0.13px;
    text-align: right;
    flex-shrink: 0;
}

.header .logo {
    width: 153px;
    height: 40px;
    line-height: 40px;
}

.header .ctn {
    /* margin-left: 883px;
    margin-right: 163px;
    height: 100%;
    display: flex;
    align-items: center; */
}

.center .centerBox {
    padding: 30px 75px;
    display: flex;
    margin: 0 auto;
    width: 1200px;
}

.center .paper {
    width: 390px;
    height: 514px;
    /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); */
    position: relative;
}

.center .paper .nocomposeImg{
    width: 390px;
    height: 578px;
}
.center .paper .composeImg {
    /* width: 390px; */
    height: 578px;
box-shadow:rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
}
.compose{
    overflow: hidden;
    width: 390px
}

.center .paper .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 390px;
    height: 582px;
    margin-top: -68px;
}

.float_box {
    position: absolute;
    background: transparent;
    z-index: 1000;
    border: 2px solid #1a8ce0;
    display: none;
    box-shadow: 0 0 1px #1a8ce0;
}

.help_text {
    width: 400px;
    border: 2px solid rgba(26, 140, 224, 0.9);
    background: #fcfbf3;
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    color: #4A4A4A;
    text-align: center;
    padding: 10px;
    text-align: left;
    line-height: 1.5;
    position: fixed;
    border-radius: 4px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.center .center_right {
    display: flex;
    padding-left: 30px;
    height: 514px;
}

.center_right .navigation_other {
    padding-left: 30px;
    width: 330px;
}

.navigation_title {
    width: 300px;
}

.navigation_title .title_box {
    width: 300px;
    height: 479px;
    overflow: hidden auto;
    color: #4a4a4a;
    background: #fff;
    font-family: PingFangSC;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    letter-spacing: 0px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    margin-top: 8px;
}

.navigation_title .title_box a {
    display: block;
}

.navigation_other .list .item {
    display: flex;
    justify-content: space-between;
    border-left: 5px solid #fff;
}

.navigation_other .list .item img {
    vertical-align: middle
}

.center .list .item {
    line-height: 35px;
    min-height: 35px;
    padding: 0 15px;
    border-bottom: 1px solid #d6d3b6;
    color: #4a4a4a;
    font-family: PingFangSC;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    /* text-align: left; */
    letter-spacing: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.center .list .item.active {
    border-left: 5px solid #d0021b;
}

.center .list .item .TitleInfo {
    width: 235px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.navigation_other .space,
.navigation_other .date {
    width: 300px;
    height: 100%;
    color: #4a4a4a;
    font-family: PingFangSC;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px;
    
}
.navigation_other .space{
    /* padding-bottom: 10px; */
}

.navigation_other .spaceBox{
    overflow-y: auto;
    width: 300px;
    height: 479px;
    overflow: hidden auto;
    color: #4a4a4a;
    background: #fff;
    font-family: PingFangSC;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    letter-spacing: 0px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    margin-top: 8px;

}
.date .laydate-theme-molv .layui-laydate-content{
	border: 0;
}

.date .layui-laydate-content table{
	width: 94%;
}
.date .layui-laydate-content table tbody tr{
	height: 38px;
}

.date .label{
	padding: 5px;
}
.center .navigation_title .label,
.navigation_other .space .label {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: 0;
    text-align: left;
    line-height: 1.5;
    height: 26px
}
.center .navigation_title .label span,
.navigation_other .space .label span{
    line-height: 1.5;
}
.navigation_other .space .label{
	/* padding-bottom: 8px; */
}

.center_right .label .red {
    color: #d0021b;
}

.navigation_other .date .label {
    display: flex;
    justify-content: space-between;
}

.navigation_other .date .label .small {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #4a4a4a;
}

.navigation_other .date .label .small .gray {
    color: #9b9b9b;
}

.footer {
    height: 193px;
    padding: 0;
    padding: 0 46px;
    background: #ffffff;
    color: #9b9b9b;
    font-family: PingFangSC;
    font-size: 14px;
    box-shadow: 0px -3px 6px 0px rgba(155, 155, 155, 0.53);
}

.footer .swiperBox {
    width: 100%;
    height: 100%;
    position: relative;
display: flex;
    align-items: center;
}

.footer .footer_titles {
    margin-top: 5px;
    color: #4a4a4a;
}
    
.swiperBox .swiper-container {
    max-width: 1200px;
    overflow-x: auto;
margin:0 auto
   
}
.swiper-container .swiper-wrapper{
    /* justify-content: center; */
}

.swiperBox .swiper-slide {
    width: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.swiperBox .swiper-slide img {
    width: 90px;
    height: 135px;
}


.swiperBox .swiper-button-prev
/* .swiper-container-rtl .swiper-button-next  */

    {
    background-image: url("./../images/left.png");
    left: 0px;
    right: auto;
}

.swiperBox .swiper-button-next {
    background-image: url("./../images/right.png");
    right: 0px;
    left: auto;
}

.swiperBox .swiper-button-next,
.swiperBox .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 36px 36px;
    background-position: center;
    background-repeat: no-repeat;
}

.datetimepicker .prev,
.next {
    font-style: normal;
}

.dateBox::-webkit-scrollbar {
    display: none;
}

.laydate-theme-molv .layui-laydate-header i,
.laydate-theme-molv .layui-laydate-header span {
    color: #000 !important;
}

.layui-laydate-header i.laydate-prev-y {
    left: 30px !important;
}
.layui-laydate-header i.laydate-prev-m {
    left: 60px !important;
}

.layui-laydate-header i.laydate-next-y {
    right: 30px !important;
}
.layui-laydate-header i.laydate-next-m {
    right: 60px !important;
}

.layui-laydate-main .layui-laydate-header i {
    position: absolute;
    top: 5px;
    color: #999;
    font-size: 11px !important;
}

.dateBox #layui-laydate1 .layui-this {
    background-color: red !important;
}

.layui-laydate .layui-this {
    background-color: red !important;
    color: #fff !important;
}
.layui-laydate-main .layui-laydate-header{
    line-height: 20px;
    padding: 5px 70px 5px;
}

#layui-laydate1 {
    width: 100% !important;
}

#layui-laydate1.laydate-theme-molv .layui-laydate-main {
    width: 100% !important;
}

.layui-laydate-content table {
    width: 85%;
    margin: 0 auto;
}
.layui-laydate-content {
    padding:0 !important;
}

#layui-laydate1 .layui-laydate-content td,
.layui-laydate-content th {
    width: 36px;
    height: 36px;
    padding: 5px 0;
    text-align: center;
    border-radius: 50%;
}
.layui-laydate-content td, .layui-laydate-content th{
    height: 24px !important;
}

.swiperBox .active-nav img{
    box-shadow: 0px 3px 10px 3px #fff;
    transition: all 0.2s;
}

.swiperBox .swiper-slide.active-nav img{
    box-shadow: 0px 3px 10px 3px rgba(155, 155, 155, 0.53);
    transition: all 0.2s;
}
.swiperBox .swiper-slide.active-nav  > div{
    color: #d0021b;
    transition: all 0.2s;
}
.swiperBox .swiper-slide > div{
	line-height: 1.5;
}

.swiper-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}


/* header添加日历 */
.header .ctn {
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 230px;
    justify-content: flex-end;
  }
  .date{
    width: 300px;
    height: 260px;
    color: #4a4a4a;
    font-family: PingFangSC;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px;
    position: absolute;
    top: 56px;
    left: -100px;
    display: none;
    z-index: 10;
  } 
  .header .ctn .dateNav .calander {
   width: 20px;
   height: 20px;
   position: absolute;
   bottom: 0;
   left: -30px;
  }
  .header .ctn .dateNav {
    margin-right: 135px;
    padding-top: 14px;
    color: #d0021b;
    position: relative;
    font-weight: 600
  }
.header .ctn{
    padding: 0 75px;
    margin: 0 auto;
    width: 1200px;
}
.push{
height:193px;
}
.center{
min-height:calc(100% - 80px);
margin-bottom:-193px;
}
